home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2001 April / CD Rom Data Nisan 2001.iso / Internet / data1.cab / Program_Executable_Files / ts2lite.exe / %MAINDIR% / Help / TSLite.chm / help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-11-30  |  3.3 KB  |  227 lines

  1. a {
  2.     color : blue;
  3.     text-decoration : none;
  4. }
  5.  
  6. a:hover {
  7.     color : green;
  8.     text-decoration : underline;
  9. }
  10.  
  11. a.external {
  12. /*    background-image: url(images/extlink.gif);
  13.     background-position : left;
  14.     background-repeat : no-repeat;
  15.     padding-left: 18px;*/
  16. }
  17.  
  18. body {
  19.     background-color : White;
  20.     color : black;
  21.     font-family : Verdana, Arial, Helvetica, "MS Sans Serif", sans-serif;
  22.     font-size : 70%;
  23.     margin : 0 4px 0 0;
  24. }
  25.  
  26. body.border {
  27.     border : 4px solid black;
  28.     margin : 10px 12px;
  29. }
  30.  
  31. /* egads, a hack ! */
  32. br.smallbreak {
  33.     font-size : 2px;
  34. }
  35.  
  36. h2 {
  37.     border-bottom : 1px solid black;
  38.     font-size: 130%;
  39.     font-family: Arial, sans-serif;
  40.     font-weight: bold;
  41.     margin : 0;
  42.     padding : 4px 4px;
  43.     padding-top : 6px;
  44. }
  45.  
  46. /* css basics heading */
  47. h2.css {
  48.     background-color : blue;
  49.     color : white;
  50. }
  51.  
  52. /* pro version heading */
  53. h2.full {
  54. }
  55.  
  56. /* homesite integration heading */
  57. h2.hs {
  58.     background-color : yellow;
  59.     color : black;
  60. }
  61.  
  62. /*  topstyle lite heading */
  63. h2.lite {
  64.     background-color : navy;
  65.     color : white;
  66. }
  67.  
  68. /* tutorial heading */
  69. h2.tutorial {
  70.     background-color : black;
  71.     color : white;
  72. }
  73.  
  74. /* CSS Tips & Tricks */
  75. h2.tip {
  76.     font-size: 105%;
  77. }
  78.  
  79. h3 {
  80.     font : bold 1em Arial, sans-serif;
  81.     margin-left : 8px;
  82. }
  83.  
  84. p {
  85.     margin : 10px 10px;
  86. }
  87.  
  88. p.indent {
  89.     margin-left : 30px;
  90. }
  91.  
  92. /* note box */
  93. p.note {
  94.     background-color : #FFFFCC;
  95.     border : 1px solid black;
  96.     clear : both;
  97.     color : black;
  98.     margin : 12px 30px 12px 20px;
  99.     padding : 6px 6px;
  100. }
  101.  
  102. /* related topics */
  103. p.reltopics {
  104.     border-top : 1px solid black;
  105.     clear : both;
  106.     margin : 16px 6px 20px 0;
  107.     padding : 4px;
  108.     font-size: smaller;
  109. }
  110.  
  111. /* used for CSS examples */
  112. p.styleblock {
  113.     background-color : #FFFFE6;
  114.     font-family : monospace;
  115.     margin : 4px 26px;
  116.     padding : 6px 16px;
  117.     padding-left : 16px;
  118. }
  119.  
  120. /* used in tutorial */
  121. p.tip {
  122.     background-color : #FFFFCC;
  123.     border : 1px solid black;
  124.     clear : both;
  125.     color : black;
  126.     margin-left : 10%;
  127.     padding : 6px 6px;
  128.     width : 90%;
  129. }
  130.  
  131. table.tutnavtbl {
  132.     border-top : 1px solid black;
  133.     clear : both;
  134.     font-size : 90%;
  135.     margin-left : 0;
  136.     margin-right : 10px;
  137.     margin-top : 12px;
  138.     text-align : right;
  139.     width : 96%;
  140. }
  141.  
  142. /* list of anchor links */
  143. ul.linklist {
  144.     list-style-image : url("images/linkarrow.gif");
  145. }
  146.  
  147. ul.extlinklist {
  148.     list-style-image : url("images/extlink.gif");
  149. }
  150.  
  151. ul.noimage {
  152.     list-style : none;
  153. }
  154.  
  155. ul.faq {
  156.     list-style: none;
  157.     margin-left: 12px;
  158. }
  159.  
  160. ul.faq li {
  161. }
  162.  
  163. /* css or html comment */
  164.  .comment {
  165.     color : gray;
  166.     font-family : monospace;
  167. }
  168.  
  169. /* HTML element */
  170. .element {
  171.     color : Navy;
  172.     font-family : monospace;
  173. }
  174.  
  175. .example {
  176.     font-family : monospace;
  177. }
  178.  
  179. .important {
  180.     color : red;
  181.     font-weight : bold;
  182. }
  183.  
  184. .keyword {
  185.     font-weight : bold;
  186. }
  187.  
  188. /* css property */
  189. .property {
  190.     color : black;
  191.     font-family : monospace;
  192. }
  193.  
  194. .reltopicslbl {
  195.     font-weight : bold;
  196. }
  197.  
  198. /* css selector */
  199.  .selector {
  200.     color : maroon;
  201.     font-family : monospace;
  202.     font-weight : bold;
  203. }
  204.  
  205. /* css value */
  206.  .value {
  207.     color : navy;
  208.     font-family : monospace;
  209. }
  210.  
  211. /* javascript comment */
  212. .jscomment { 
  213.     color: green;
  214. }
  215.  
  216. /* javascript example code block */
  217. pre.jsblock {
  218.     background-color : #FFFFE6;
  219.     margin-left: 14px;
  220.     margin-right: 14px;
  221. }
  222.  
  223. /* menu command */
  224. .menucmd {
  225.     font-family: monospace;
  226.     font-weight: bolder;
  227. }